<script>on mouseUpvisual wipe right fastgo prev cardend mouseUp</script>
</part>
<part>
<id>8</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>551</left>
<top>440</top>
<right>585</right>
<bottom>474</bottom>
</rect>
<style>opaque</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>18623</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>next</name>
<script>on mouseUpvisual wipe left fastgo next cardend mouseUp</script>
</part>
<part>
<id>9</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>591</left>
<top>440</top>
<right>625</right>
<bottom>474</bottom>
</rect>
<style>opaque</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <true /> </autoHighlight>
<sharedHighlight> <true /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>18624</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>return</name>
<script>on mouseUpreturnToend mouseUp</script>
</part>
<part>
<id>11</id>
<type>button</type>
<visible> <true /> </visible>
<reserved5> 0 </reserved5>
<reserved4> 0 </reserved4>
<reserved3> 0 </reserved3>
<reserved2> 0 </reserved2>
<reserved1> 0 </reserved1>
<enabled> <true /> </enabled>
<rect>
<left>610</left>
<top>5</top>
<right>634</right>
<bottom>29</bottom>
</rect>
<style>transparent</style>
<showName> <false /> </showName>
<highlight> <false /> </highlight>
<autoHighlight> <false /> </autoHighlight>
<sharedHighlight> <false /> </sharedHighlight>
<family>0</family>
<titleWidth>0</titleWidth>
<icon>32050</icon>
<textAlign>center</textAlign>
<font>Chicago</font>
<textSize>12</textSize>
<textStyle>plain</textStyle>
<name>cardMark</name>
<script>on mouseUpmakeAMarkend mouseUp</script>
</part>
<part>
<id>13</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <true /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <true /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>224</left>
<top>105</top>
<right>625</right>
<bottom>415</bottom>
</rect>
<style>transparent</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>Aplgaram</font>
<textSize>16</textSize>
<textStyle>plain</textStyle>
<textHeight>21</textHeight>
<name>text2</name>
<script>on mouseUpfieldLinkend mouseUp</script>
</part>
<part>
<id>17</id>
<type>field</type>
<visible> <true /> </visible>
<dontWrap> <false /> </dontWrap>
<dontSearch> <true /> </dontSearch>
<sharedText> <false /> </sharedText>
<fixedLineHeight> <true /> </fixedLineHeight>
<autoTab> <false /> </autoTab>
<lockText> <true /> </lockText>
<rect>
<left>23</left>
<top>213</top>
<right>216</right>
<bottom>414</bottom>
</rect>
<style>transparent</style>
<autoSelect> <false /> </autoSelect>
<showLines> <false /> </showLines>
<wideMargins> <false /> </wideMargins>
<multipleLines> <false /> </multipleLines>
<reservedFamily> 0 </reservedFamily>
<titleWidth>0</titleWidth>
<icon>0</icon>
<textAlign>left</textAlign>
<font>C Futura Condensed</font>
<textSize>14</textSize>
<textStyle>extend</textStyle>
<textHeight>18</textHeight>
<name>instructions</name>
<script>on mouseUpfieldLinkend mouseUp</script>
</part>
<name>Evaluation</name>
<script>-- ———————————————————————————————————————————————————————————————————————————————-- handlers for the Evaluation section-- ———————————————————————————————————————————————————————————————————————————————-- clear counters ————————————————————————————————————————————————————————————————on openCardglobal howManyTries, thisQuestionput empty into howManyTriesput empty into thisQuestionpass openCardend openCard-- handler for text answers ———————————————————————————————————————————————————————-- check the answeron checkAnswer allowableGoofs,howManyAnswers,thisAnswer,whatSoundglobal evaluationCL, howManyTries, thisQuestionplay stopif thisAnswer is in thisQuestion thenanswer "You already answered that one."exit checkAnswerend ifput howManyTries + 1 into howManyTriesif howManyTries > allowableGoofs or the short name of this card is in evaluationCL thenanswer "You have completed this question."else if howManyTries = allowableGoofs thenif the textStyle of the clickChunk is group thenplay "betterAnswer"goodQuestion howManyAnswers,thisAnswerelseplay whatSoundput the short name of this card & "-too many tries," after evaluationCLend ifelse if howManyTries > allowableGoofs / 2 thenif the textStyle of the clickChunk is group thenplay "goodAnswer"goodQuestion howManyAnswers,thisAnswerelseplay "noTryAgain"end ifelseif the textStyle of the clickChunk is group thenplay "yesAnswer"goodQuestion howManyAnswers,thisAnswerelseplay "sorryTryAgain"end ifend ifend checkAnswer-- credit the answeron goodQuestion howManyAnswers,thisAnswerglobal evaluationCL, thisQuestion, howManyTriesif the number of items in thisQuestion = howManyAnswers - 1 thenput the short name of this card & "-" & howManyTries && "tries," after evaluationCLelse if thisAnswer ≠ 0 thenput thisAnswer & "," after thisQuestionelseput "x," after thisQuestionend ifend goodQuestion</script>